home *** CD-ROM | disk | FTP | other *** search
/ Amiga Plus 2002 #11 / Amiga Plus CD - 2002 - No. 11.iso / Tools / AmigaSystem / Scalos / GuiGFXLib / readme.morphos < prev    next >
Encoding:
Text File  |  2002-10-28  |  1.0 KB  |  41 lines

  1. Short:    MorphOS version of guigfx.library
  2. Author:   Timm S. Müller, Sigbjørn Skjæret
  3. Uploader: Timm S. Müller (tmueller@neoscientists.org)
  4. Type:     dev/misc
  5. Version:  19.2
  6. Requires: MorphOS, render.library v30
  7.  
  8.  
  9. MorphOS readme
  10. -----------------------------
  11.  
  12. this is the MorphOS port of guigfx.library. guigfx.library is
  13. still based on render.library, so don't expect a dramatical
  14. performance boost for now. we still need to identify some
  15. performance bottlenecks and try to migrate some render.library
  16. innerloops into it.
  17.  
  18.  
  19. installation
  20. -----------------------------
  21.  
  22. copy guigfx.library.elf to LIBS:. if your system is not running
  23. 100% MorphOS, you need the 68k version as well. render.library is
  24. also required.
  25.  
  26. for bypassing as much 68k code as possible, you should set the
  27. following environment variables to 1:
  28.  
  29. ENV/ENVARC:guigfx/usescalepixelarray
  30. ENV/ENVARC:guigfx/usewpa8
  31.  
  32.  
  33. authors
  34. -----------------------------
  35.  
  36. Sigbjørn Skjæret - cisc@broadpark.no
  37. MorphOS port
  38.  
  39. Timm S. Müller - tmueller@neoscientists.org
  40. original author
  41.